projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5212210
)
(rmail-dont-reply-to): Recognize the names to delete
author
Richard M. Stallman
<rms@gnu.org>
Mon, 2 Sep 1996 00:19:02 +0000
(
00:19
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 2 Sep 1996 00:19:02 +0000
(
00:19
+0000)
when they appear within <...>.
lisp/mail/mail-utils.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mail-utils.el
b/lisp/mail/mail-utils.el
index d0c569b0471489791b35d263fef1f68da29ecc2c..ebf2f6177898c37150cf2fc2eb1eea35ade5e63f 100644
(file)
--- a/
lisp/mail/mail-utils.el
+++ b/
lisp/mail/mail-utils.el
@@
-144,9
+144,11
@@
Usenet paths ending in an element that matches are removed also."
"\\>"))))
(let ((match (concat "\\(^\\|,\\)[ \t\n]*\\([^,\n]*!\\|\\)\\("
rmail-dont-reply-to-names
+ "\\|[^\,.<]*<\\(" rmail-dont-reply-to-names "\\)"
"\\)"))
(case-fold-search t)
pos epos)
+ (setq foo match)
(while (setq pos (string-match match userids))
(if (> pos 0) (setq pos (match-beginning 2)))
(setq epos